Struct MarshalStack<T>
Assembly: WaaS.Core.dll
View Source
Declaration
public ref struct MarshalStack<T>
Properties
End
View Source
Declaration
public bool End { get; }
Methods
Push(T)
View Source
Declaration
public void Push(T value)
Parameters
Type | Name |
---|---|
<T> | value |